home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Interactive Arts / Interactive Arts '95 / front end / 00123.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  610 b   |  27 lines

  1. on exitFrame
  2.   set the cursor of sprite 23 to 280
  3.   set the cursor of sprite 1 to 0
  4.   set the cursor of sprite 2 to 0
  5.   set the cursor of sprite 3 to 0
  6.   set the cursor of sprite 4 to 0
  7.   set the cursor of sprite 5 to 0
  8.   set the cursor of sprite 6 to 0
  9.   set the cursor of sprite 7 to 0
  10.   set the cursor of sprite 8 to 0
  11.   set the cursor of sprite 9 to 0
  12.   set the cursor of sprite 10 to 0
  13.   go(the frame)
  14.   if rollOver(17) then
  15.     go("online")
  16.   end if
  17.   if rollOver(18) then
  18.     go("creative")
  19.   end if
  20.   if rollOver(19) then
  21.     go("electronic")
  22.   end if
  23.   if rollOver(20) then
  24.     go("art")
  25.   end if
  26. end
  27.